home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / demos / aga / abstrx.dms / in.adf / S / Startup-Sequence < prev    next >
Encoding:
Text File  |  1993-07-26  |  518 b   |  30 lines

  1. ; $VER: AbstraxPig Startup 1.0 (18.9.93)
  2.  
  3. C:SetPatch QUIET
  4. C:Version >NIL:
  5.  
  6. ; Assign Preferences Archive...
  7.  
  8. Assign >NIL: ENV: SYS:Prefs/Env-Archive
  9.  
  10. ; Set this ENV variable to YES or NO depending on
  11. ; whether or not you want AbstraxPig to loop at the end (Reboot..)
  12.  
  13. ;C:SetEnv AbstraxPig/Reset Yes
  14. ;C:SetEnv AbstraxPig/CyclePan No
  15. ;C:SetEnv AbstraxPig/EndCycle Yes
  16.  
  17. ; Type the messy and run the PIG
  18.  
  19. C:Type S:VSI
  20. SYS:AbstraxPig
  21.  
  22. ; Set up Workbench preferences...
  23.  
  24. C:IPrefs
  25.  
  26. ; Load Workbench...
  27.  
  28. C:LoadWB
  29. EndCLI >NIL:
  30.